Skip to content

docs: pin OpenSandbox how-to slug to open-sandbox - #1794

Merged
glody merged 7 commits into
docs-nvbug-6722623/glodyfrom
docs-nvbug-6722631/glody
Sep 7, 2026
Merged

docs: pin OpenSandbox how-to slug to open-sandbox#1794
glody merged 7 commits into
docs-nvbug-6722623/glodyfrom
docs-nvbug-6722631/glody

Conversation

@glody

@glody glody commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

The OpenSandbox how-to is published at /documentation/kubernetes-deployment/setup/helm/open-sandbox, but remaining hrefs still use the opensandbox leaf and 404. Pin slug: open-sandbox and retarget those links.

Stacked on #1793. Merge that PR first, then retarget this one to release/0.5.

Related Issue

Changes

  • Pin the OpenSandbox page nav slug to open-sandbox
  • Rewrite /setup/helm/opensandbox leaf hrefs (not opensandbox-kata)
  • Redirect old opensandbox leaf URLs under both self-managed-deployment and kubernetes-deployment

Type of Change

  • Code change (feature, bug fix, or refactor)
  • Code change with documentation updates
  • Documentation only
  • Contributor tooling or automation
  • CI, build, or test infrastructure

Quality Gates

  • Tests added or updated for changed behavior
  • Existing tests cover changed behavior — justification:
  • Tests not applicable — justification: published docs href, nav slug, and Fern redirect changes only
  • Documentation updated for user-visible behavior
  • Documentation not applicable — justification:

Verification

  • Pull request title follows the repository's Conventional Commit format
  • Every commit includes an appropriate Signed-off-by: trailer
  • uv run pre-commit run -a passes, or any blocked checks are identified below
  • Targeted tests pass, or tests are marked not applicable above
  • No secrets, API keys, or credentials are included

Targeted validation:

  • Live GET of .../setup/helm/open-sandbox is 200; .../setup/helm/opensandbox is 404.
  • opensandbox-kata and k8s/helm/examples/opensandbox/ paths are unchanged.

Run Inference and Deploy Models are published directly under
/documentation/models-and-inference/, but remaining hrefs still
include /tutorials/ and 404. Update those links, pin the Deploy
Models add-external-providers fragment, and redirect the old URLs.

NVBug 6722632 / NPLAT-54

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
Fern kebab-cases the page title OpenSandbox to open-sandbox, but
internal hrefs still used /setup/helm/opensandbox and 404. Pin the
nav slug and retarget those leaf links. opensandbox-kata and the
GitHub example overlay path are unchanged.

NVBug 6722631 / NPLAT-53

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
helm show readme, NOTES.txt, and the generated Helm reference still
point at /documentation/self-managed-deployment/... and the relative
examples/opensandbox path, which Fern publishes as a missing docs
page. Point How-to URLs at kubernetes-deployment / open-sandbox,
link the overlay to the GitHub tree, and teach sync-helm-docs.mjs
to keep those rewrites on regen.

NVBug 6722635 / NPLAT-56

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
Studio already links Iron Swarm to /documentation/studio/plugins,
but Fern kebab-cases "Plugin UIs in NeMo Studio" to plugin-u-is,
so that page 404s. Pin slug: plugins and redirect the generated
slug.

NVBug 6722634 / NPLAT-55

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
@github-actions

github-actions Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

docs: update Helm chart documentation URLs after nav slug changes
docs: pin Studio Plugin UIs nav slug to plugins
docs: drop stale /tutorials/ from Models and Inference links
@glody
glody merged commit ac93e6d into docs-nvbug-6722623/glody Sep 7, 2026
5 checks passed
@glody
glody deleted the docs-nvbug-6722631/glody branch September 7, 2026 07:43
svvarom added a commit that referenced this pull request Sep 8, 2026
* fix(jobs): refuse deleting active jobs (#1799)

* fix(jobs): refuse deleting active jobs

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* chore(sdk): sync OpenAPI context

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* fix(jobs): serialize job deletion cleanup

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* fix(jobs): address delete cleanup review

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* test(jobs): cover delete create serialization

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* fix(jobs): address ci and review followups

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

---------

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* fix(customizer): vendor nemo-gym in the RL image so native-v1 can install (#1856)

* fix(customizer): vendor nemo-gym in the RL image so native-v1 can install

Signed-off-by: anubhutiv <anubhutiv@nvidia.com>

* chore(customizer): add SPDX header and trim gym-wheel comments

lint-copyright-headers flagged the new build script, which failed "Lint all" and the
aggregate CI status with it.

Also trims the comment block flagged in review. One of those lines was wrong as well: it
claimed the environment package's own wheelhouse wins because configure_environment_wheelhouse
prepends it, but uv resolves find-links by name and version, not by entry order, so the
image's wheel wins either way.

Signed-off-by: anubhutiv <anubhutiv@nvidia.com>

* update rl ref

Signed-off-by: anubhutiv <anubhutiv@nvidia.com>

---------

Signed-off-by: anubhutiv <anubhutiv@nvidia.com>

* docs: align release notes setup guidance (#1861)

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>

* docs: backport published slug and href fixes to release/0.5 (#1852)

* docs: retarget self-managed-deployment links to kubernetes-deployment

Published MDX still hardcodes /documentation/self-managed-deployment/
after the nav slug became kubernetes-deployment, so those pages 404.
Rewrite the hrefs and add Fern redirects for the old slug, including
the support-matrix Helm install link that pointed at a section URL
with no page.

NVBug 6722623 / NPLAT-51

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
(cherry picked from commit 5e388eb)
Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: pin OpenSandbox how-to slug to open-sandbox

Fern kebab-cases the page title OpenSandbox to open-sandbox, but
internal hrefs still used /setup/helm/opensandbox and 404. Pin the
nav slug and retarget those leaf links. opensandbox-kata and the
GitHub example overlay path are unchanged.

NVBug 6722631 / NPLAT-53

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
(cherry picked from commit dfd7bfb)
Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: drop stale /tutorials/ from Models and Inference links

Run Inference and Deploy Models are published directly under
/documentation/models-and-inference/, but remaining hrefs still
include /tutorials/ and 404. Update those links, pin the Deploy
Models add-external-providers fragment, and redirect the old URLs.

NVBug 6722632 / NPLAT-54

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
(cherry picked from commit f5bbdc4)
Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: pin Studio Plugin UIs nav slug to plugins

Studio already links Iron Swarm to /documentation/studio/plugins,
but Fern kebab-cases "Plugin UIs in NeMo Studio" to plugin-u-is,
so that page 404s. Pin slug: plugins and redirect the generated
slug.

NVBug 6722634 / NPLAT-55

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
(cherry picked from commit a44480d)
Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: update Helm chart documentation URLs after nav slug changes

helm show readme, NOTES.txt, and the generated Helm reference still
point at /documentation/self-managed-deployment/... and the relative
examples/opensandbox path, which Fern publishes as a missing docs
page. Point How-to URLs at kubernetes-deployment / open-sandbox,
link the overlay to the GitHub tree, and teach sync-helm-docs.mjs
to keep those rewrites on regen.

NVBug 6722635 / NPLAT-56

Signed-off-by: Glody Guo <jinxiang@nvidia.com>
(cherry picked from commit 356778c)
Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: retarget current-release OpenSandbox hrefs after slug pin

The 0.5 notes added OpenSandbox links after #1794. Pinning the nav
slug to open-sandbox leaves those current-release hrefs as 404s.

Signed-off-by: Glody Guo <jinxiang@nvidia.com>

---------

Signed-off-by: Glody Guo <jinxiang@nvidia.com>

* docs: fix executable Evaluator and Auditor examples (#1712) (#1831)

* docs: fix executable evaluator and auditor examples



* docs: address executable example review feedback



* docs: align custom metric input reference



---------


(cherry picked from commit e9209a0)

Signed-off-by: puhuim <puhuim@nvidia.com>
Co-authored-by: puhuim <puhuim@nvidia.com>

---------

Signed-off-by: Matt Kornfield <mkornfield@nvidia.com>
Signed-off-by: anubhutiv <anubhutiv@nvidia.com>
Signed-off-by: Glody Guo <jinxiang@nvidia.com>
Signed-off-by: puhuim <puhuim@nvidia.com>
Co-authored-by: Anubhuti Vyas <34252936+anubhutivyas@users.noreply.github.com>
Co-authored-by: Glody Guo <jinxiang@nvidia.com>
Co-authored-by: gabwow <aaron.gabow@gmail.com>
Co-authored-by: puhuim <puhuim@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants